Document GtkPrintJobCompleteFunc
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Jun 2006 09:22:26 +0000 (09:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Jun 2006 09:22:26 +0000 (09:22 +0000)
2006-06-28  Matthias Clasen  <mclasen@redhat.com>

        * gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc

        * gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType

        * gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog

        * gtk/tmpl/gtkcontainer.sgml: Updates.

        * gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE.
        * gtk/tmpl/gtkarrow.sgml: Cleanups
        * gtk/gtk-sections.txt: Add some private things

docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkarrow.sgml
docs/reference/gtk/tmpl/gtkcontainer.sgml
docs/reference/gtk/tmpl/gtkenums.sgml
docs/reference/gtk/tmpl/gtkprintjob.sgml
docs/reference/gtk/tmpl/gtkrange.sgml

index b855fb7c60bd9135be98aafadebb13320cf8f1bf..c79df20b99fd9d2c6576447bf9336331717ae6b1 100644 (file)
@@ -1,3 +1,17 @@
+2006-06-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc
+
+       * gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType
+
+       * gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog
+
+       * gtk/tmpl/gtkcontainer.sgml: Updates.
+
+       * gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE.
+       * gtk/tmpl/gtkarrow.sgml: Cleanups
+       * gtk/gtk-sections.txt: Add some private things
+
 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
        
        * === Released 2.9.4 ===
index 3f31a245dfc077b836d2f5b1ae6adb1067295681..3ef83d79e42d8caf4cf57195a824ecfdaabe72a3 100644 (file)
@@ -2741,6 +2741,7 @@ gtk_range_get_value
 gtk_range_set_increments
 gtk_range_set_range
 gtk_range_set_value
+GtkSensitivityType
 gtk_range_set_lower_stepper_sensitivity
 gtk_range_get_lower_stepper_sensitivity
 gtk_range_set_upper_stepper_sensitivity
@@ -4647,6 +4648,7 @@ GTK_IS_CELL_RENDERER_SPIN
 GTK_IS_CELL_RENDERER_SPIN_CLASS
 GTK_CELL_RENDERER_SPIN_GET_CLASS
 <SUBSECTION Private>
+GtkCellRendererSpinPrivate
 gtk_cell_renderer_spin_get_type
 </SECTION>
 
@@ -6101,7 +6103,6 @@ gtk_print_operation_set_n_pages
 gtk_print_operation_set_current_page
 gtk_print_operation_set_use_full_page
 gtk_print_operation_set_unit
-gtk_print_operation_set_show_dialog
 gtk_print_operation_set_export_filename 
 gtk_print_operation_set_show_progress
 gtk_print_operation_set_track_print_status
@@ -6304,9 +6305,12 @@ gtk_print_settings_set_finishings
 GTK_PRINT_SETTINGS_OUTPUT_BIN
 gtk_print_settings_get_output_bin
 gtk_print_settings_set_output_bin
+GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT
+GTK_PRINT_SETTINGS_OUTPUT_URI
 GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA
 GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION
 
+
 <SUBSECTION Standard>
 GTK_TYPE_PRINT_SETTINGS
 GTK_PRINT_SETTINGS
index 59ddef5a4a5f2adc2c6ef0e74269906bb12cb7a0..3e2e2713cdca304fc9165969fae98d57cd40f626 100644 (file)
@@ -39,35 +39,20 @@ style of an arrow can be changed after creation by using gtk_arrow_set().
 
 <!-- ##### STRUCT GtkArrow ##### -->
 <para>\r
-The #GtkArrow-struct containes the following fields.\r
+The #GtkArrow struct containes the following fields.\r
 (These fields should be considered read-only. They should never be set by\r
-an application.)\r
-\r
-<informaltable pgwide="1" frame="none" role="struct">\r
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>\r
-<tbody>\r
-\r
-<row>\r
-<entry>#gint16 <structfield>arrow_type</structfield>;</entry>\r
-<entry>the direction of the arrow, one of #GtkArrowType.</entry>\r
-</row>\r
-\r
-<row>\r
-<entry>#gint16 <structfield>shadow_type</structfield>;</entry>\r
-<entry>the style of the arrow, one of #GtkShadowType.</entry>\r
-</row>\r
-</tbody></tgroup></informaltable>\r
+an application.)
 </para>
 
 
 <!-- ##### ARG GtkArrow:arrow-type ##### -->
-<para>
-
+<para>\r
+\r
 </para>
 
 <!-- ##### ARG GtkArrow:shadow-type ##### -->
-<para>
-
+<para>\r
+\r
 </para>
 
 <!-- ##### FUNCTION gtk_arrow_new ##### -->
index 458db11bc6ab939746815952f85d6120ed4d263d..2ba178ec6f3b4b88ee64903db0dd6a32a30e0554 100644 (file)
@@ -260,7 +260,6 @@ Does the same as gtk_container_set_border_width().
 Does the same as gtk_container_get_children().
 </para>
 
-@Returns: 
 @Deprecated: Use gtk_container_get_children() instead.
 
 
index 98b0f1caf5e6cec6b7f5be085ccd93ee4003dd23..a5d62bc8de16f1f6ea02e63b1ebecf80ec46d758 100644 (file)
@@ -58,7 +58,7 @@ Used to indicate the direction in which a #GtkArrow should point.
 @GTK_ARROW_DOWN: Represents a downward pointing arrow.
 @GTK_ARROW_LEFT: Represents a left pointing arrow.
 @GTK_ARROW_RIGHT: Represents a right pointing arrow.
-@GTK_ARROW_NONE: 
+@GTK_ARROW_NONE: No arrow. Since 2.10.
 
 <!-- ##### ENUM GtkAttachOptions ##### -->
 <para>
index a8ee31693948e012bedaad7139e005754759a5fa..62492284e59b2bf3b083127f320ffea0bb6c59f3 100644 (file)
@@ -14,7 +14,7 @@ you use the non-portable #GtkPrintUnixDialog API.
 Use gtk_print_job_get_surface() to obtain the cairo surface
 onto which the pages must be drawn. Use gtk_print_job_send()
 to send the finished job to the printer. If you don't use cairo
-#GtkPrintJob also  supports printing of manually generated postscript,
+#GtkPrintJob also supports printing of manually generated postscript,
 via gtk_print_job_set_source_file().
 <!-- FIXME more details needed here -->
 </para>
@@ -34,7 +34,8 @@ Printing support was added in GTK+ 2.10.
 
 <!-- ##### STRUCT GtkPrintJob ##### -->
 <para>
-
+The GtkPrintJob struct contains only private members
+and should not be directly accessed.
 </para>
 
 
@@ -45,6 +46,7 @@ Printing support was added in GTK+ 2.10.
 
 @printjob: the object which received the signal.
 
+
 <!-- ##### ARG GtkPrintJob:page-setup ##### -->
 <para>
 
@@ -72,12 +74,14 @@ Printing support was added in GTK+ 2.10.
 
 <!-- ##### USER_FUNCTION GtkPrintJobCompleteFunc ##### -->
 <para>
-
+The type of callback that is passed to gtk_print_job_send().
+It is called when the print job has been completely sent.
 </para>
 
-@print_job: 
-@user_data: 
-@error: 
+@print_job: the #GtkPrintJob
+@user_data: user data that has been passed to gtk_print_job_send() 
+@error: a #GError that contains error information if the sending
+  of the print job failed, otherwise %NULL
 
 
 <!-- ##### FUNCTION gtk_print_job_new ##### -->
index ed35b0365f5b65edcdc8cc90cac90bcda2406bc5..2e5e03a338c23f82ec93d7af3ea30c507c55173c 100644 (file)
@@ -220,6 +220,18 @@ Emitted when the range value changes.
 @value: 
 
 
+<!-- ##### ENUM GtkSensitivityType ##### -->
+<para>
+Determines how GTK+ handles the sensitivity of stepper arrows
+at the end of range widgets.
+</para>
+
+@GTK_SENSITIVITY_AUTO: The arrow is made insensitive if the
+   thumb is at the end
+@GTK_SENSITIVITY_ON: The arrow is always sensitive
+@GTK_SENSITIVITY_OFF: The arrow is always insensitive 
+
+
 <!-- ##### FUNCTION gtk_range_set_lower_stepper_sensitivity ##### -->
 <para>